home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 451-475 / disk_473 / cnewssrc / cnews_src.lzh / man / newsmail.man < prev    next >
Text File  |  1991-01-05  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. NEWSMAIL(8)           MAINTENANCE COMMANDS            NEWSMAIL(8)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      mailnews, sendnews - send unbatched news as mail
  10.      recenews, recpnews - receive mailed news
  11.      bdecode - decode encoded mailed news
  12.  
  13. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  14.      ////uuuussssrrrr////lllliiiibbbb////nnnneeeewwwwssssbbbbiiiinnnn////rrrreeeellllaaaayyyy////mmmmaaaaiiiillllnnnneeeewwwwssss address ...
  15.      ////uuuussssrrrr////lllliiiibbbb////nnnneeeewwwwssssbbbbiiiinnnn////rrrreeeellllaaaayyyy////sssseeeennnnddddnnnneeeewwwwssss address ...
  16.      ////uuuussssrrrr////lllliiiibbbb////nnnneeeewwwwssssbbbbiiiinnnn////iiiinnnnppppuuuutttt////rrrreeeecccceeeennnneeeewwwwssss
  17.      ////uuuussssrrrr////lllliiiibbbb////nnnneeeewwwwssssbbbbiiiinnnn////iiiinnnnppppuuuutttt////rrrreeeeccccppppnnnneeeewwwwssss
  18.      ////uuuussssrrrr////lllliiiibbbb////nnnneeeewwwwssssbbbbiiiinnnn////iiiinnnnppppuuuutttt////bbbbddddeeeeccccooooddddeeee [ file ]
  19.  
  20. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  21.      Sometimes it is necessary to transmit news via mail, to deal
  22.      with  network  connections  that have no notion of arbitrary
  23.      file transfer or non-mail traffic.   These  programs  handle
  24.      unbatched  transmission  and batched or unbatched reception.
  25.      (Batched transmission is handled by the batching  subsystem;
  26.      see _n_e_w_s_b_a_t_c_h(8).)
  27.  
  28.      _M_a_i_l_n_e_w_s accepts news from its standard  input,  encodes  it
  29.      using  _b_e_n_c_o_d_e  (see  _b_e_n_c_o_d_e(1)  or _n_e_w_s_b_a_t_c_h(8)) to ensure
  30.      that stupid mailers do not corrupt it, and mails it  to  the
  31.      _a_d_d_r_e_s_ses.
  32.  
  33.      _S_e_n_d_n_e_w_s does likewise,  but  uses  an  inferior  method  of
  34.      mailer  protection  (prepending `N' to each line) which does
  35.      not protect against all forms of mailer brain-damage.  It is
  36.      provided for backward compatibility; its use is discouraged.
  37.  
  38.      _M_a_i_l_n_e_w_s and _s_e_n_d_n_e_w_s are located in  the  default  path  of
  39.      transmission  commands in the _s_y_s file (see _n_e_w_s(5)) so that
  40.      they can be used from there without giving a full pathname.
  41.  
  42.      _R_e_c_e_n_e_w_s  receives  encoded  news  sent  by  _m_a_i_l_n_e_w_s  or  a
  43.      batcher,  decodes  it, and feeds it to _r_n_e_w_s (see _r_n_e_w_s(8)).
  44.      _R_e_c_p_n_e_w_s does likewise for mail protected  with  `N'.   Nor-
  45.      mally  one  should arrange that mail arriving at the mailbox
  46.      ``enews'' is sent to _r_e_c_e_n_e_w_s  and  likewise  for  ``rnews''
  47.      (the  name  is  historical,  for  compatibility  again)  and
  48.      _r_e_c_p_n_e_w_s.
  49.  
  50.      _B_d_e_c_o_d_e passes standard input, or the _f_i_l_e if there is  one,
  51.      to standard output, decoding the _b_e_n_c_o_d_e encoding and strip-
  52.      ping off debris prepended and appended by mailers.
  53.  
  54. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  55.      bencode(1), mail(1), news(5), newsbatch(8), rnews(8)
  56.  
  57. HHHHIIIISSSSTTTTOOOORRRRYYYY
  58.      Written at U of Toronto by Henry Spencer, with contributions
  59.      by Geoff Collyer.  _B_d_e_c_o_d_e written at University of Waterloo
  60.  
  61.  
  62.  
  63. Sun Microsystems    Last change: 22 June 1989                   1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. NEWSMAIL(8)           MAINTENANCE COMMANDS            NEWSMAIL(8)
  71.  
  72.  
  73.  
  74.      by Reg Quinton and Ken Lalonde.
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sun Microsystems    Last change: 22 June 1989                   2
  130.  
  131.  
  132.  
  133.